/**********  所有页面都要共用的样式  **********/
/*自定义基础通用样式*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,

/* form elements 表单元素 */

th,
td
/* table elements 表格元素 */

{
	margin: 0;
	padding: 0;
}


/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

{
	font-family: "Microsoft YaHei";
}

body {
	background: #ffffff;
	Font-size=62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: "Microsoft YaHei";
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}


/* 将斜体扶正 */

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}


/* 统一等宽字体 */

small {
	font-size: 12px;
}


/* 小于 12px 的中文很难阅读, 让 small 正常化 */


/** 重置列表元素 **/

ul,
ol {
	list-style: none;
}


/** 重置文本格式元素 **/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

sup {
	vertical-align: text-top;
}


/* 重置, 减少对行高的影响 */

sub {
	vertical-align: text-bottom;
}


/** 重置表单元素 **/

legend {
	color: #000;
}


/* for ie6 */

fieldset,
img {
	border: 0;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
	font-size: 100%;
}


/* 使得表单元素在 ie 下能继承字体大小 */


/* 注：optgroup 无法扶正 */


/** 重置表格元素 **/

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 重置 HTML5 元素 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	display: block;
	margin: 0;
	padding: 0;
}
/*自定义基础通用样式 */

@media(max-width: 991px){
   /*全部-导航*/
    body{
        padding-top: 0;
    }
    #header .navbar{/*移动端导航不固定顶部*/
        position: relative !important;
    }
    #header .navbar{
        padding-bottom: 0;
    }
    
    /*全部-导航*/
    /*全部-页脚*/
    #footer .footer-wechat p{
        text-align: left !important;
    }
    /*全部-页脚*/
    /*全部-返回顶部*/
    #clan-slider{
        bottom:55px !important;
    }
    #clan-slider ul li a{
        background-color: rgba(255,255,255,0.9) !important;
        border-color:  transparent !important;
        border-radius: 50% !important;
    }
    #clan-slider #slider-goTop{
        background-position: -92px 0 !important;
    }
    #clan-slider #slider-goTop:hover{
        background-position: 0 0 !important;
    }
    /*全部-返回顶部*/
   .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background: none;}
    .navbar-default .navbar-toggle {border: none;}
    .navbar-collapse { padding: 0;}
    .container { padding: 0 15px;}
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{background: #1d2088; color: #FFFFFF;}
    .navbar-default .navbar-nav>li {border-bottom: #6668b0 1px solid;}
    .navbar-default .navbar-nav>li>a{color: #ffffff;}
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color: #FFFFFF;}
    .yd-nav-div { position: relative; width: 100%; background: #1d2088; display: none;}
	.yd-nav-div li {height: 35px; line-height: 35px;}
	.yd-nav-div li a {font-size: 12px; color:#abade9; display: block; text-align: left; padding-left: 20px;}
	.yd-ph-icon { width: 40px; height: 40px; float: right; background: url(../img/mob-nav-jiantou.png) center no-repeat;display: block; margin-top: -10px; margin-right: -10px; transform:rotate(270deg);}
	.yd-ph-icon.active { transform:rotate(0deg);}
	.yd-ph-icon.active .yd-nav-div{display:none;}
	.yd-top {30px}
	.navbar-brand {padding: 1px 0 0 15px;}
	.yd-nav { padding: 0;}
	.navbar { margin-bottom: 0;}
	.yd-gongcheng-div-row { padding-left:10px ; padding-right: 10px;}
	.footer-bottom-logo { display: none;}
	.footer-bottom-xian { display: none;}
	.footer-bottom-xinxi {width: 100%; color: #8e8e8e; line-height: 30px;   padding: 0 15px; text-align: center;}
	.footer-bottom-xinxi div{    padding: 0 15px; text-align: center;}
	.footer-bottom-erweima {  width: 100%; text-align: center;}
	.yd-search {display: none;}
	.yd-rukou {display: none;}
	.yd-two-daohang-li-right { width: 100%;float: left;margin-left: 0px;
    margin-top: 0px;}
	
	
.yd-two-daohang-li-right li{float: left; height: 45px; width: 100%; text-align: center; color: #FFFFFF; line-height: 45px; background: #1d2088; margin-right: 10px; cursor: pointer; font-size: 16px;}
.yd-two-daohang-li-right li.active {background: #ff8c35;}
	
	
	
	
	.yd-con-div-img img {width: 100%;}
	
	
	
}
/*< 992px */

/*大于992px以上固定宽度为970px md >= 992px */
@media (min-width: 992px){
	/*全部-导航条样式复写*/
	.yd-ph-icon {display: none;}
#header .navbar-default{
    border:0;
    margin-bottom: 0;
    z-index: 1000;
    background-color: #ffffff;
}
#header .navbar-default .navbar-nav>.active{border-top: #e97027 2px solid;}
#header .navbar-default .navbar-nav>li{ border-top:  #0c0e60 2px solid;;}
#header .navbar-default .navbar-nav>li:hover{border-top: #e97027 2px solid;background: #0c0e60;}
#header .navbar-default .navbar-nav>li>a{
	color: #ffffff;
    font-size: 16px;
    padding: 15px 35px 15px !important;
}
#header .navbar-default .navbar-nav>li>a:hover{
    color: #FFFFFF;
    background: #0c0e60;
     
}
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>.active>a:hover, #header .navbar-default .navbar-nav>.active>a:focus{
	
    color:#ffffff;
    background-color:#0c0e60;
    padding: 15px 35px 15px !important;
}
#header .navbar-default .navbar-toggle .icon-bar{
    background-color: none;
}
#header .navbar-default .navbar-nav>li .line-top{
    border-top: 1px solid #0ba1e4;
    width: 18px;
    margin: auto;
}
/*全部-导航条样式复写*/
    /*全部-最大宽度*/
    .container {
        width: 1040px;
        padding: 0;
    }
    /*全部-最大宽度*/
    /*全部-页脚*/
    #footer .footer-item-last{
        border-right: 2px solid #c1c1c1;
    }
    #footer .footer-contact h2{
        padding-left: 20px;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2{
            padding-left: 10px !important;
        }
    }
    /*全部-页脚*/
   .yd-search { float: right;position: relative;}
   .yd-search input{ height: 28px; width: 158px; border: #96959c 1px solid; border-radius: 12px; line-height: 28px; padding-left: 12px; margin-top: 17px;}
   .yd-search-a {margin: 5px; cursor: pointer; width: 18px; height: 18px;position: absolute;right: 0; margin-top: -24px; margin-right: 8px; text-align: center;line-height: 50px; color: #7d7d85;background: url(../img/search.png) center no-repeat;}
   .yd-rukou {float: right;position: relative; line-height: 60px; margin-left: 50px;}
   .yd-rukou li {float: left; margin: 0 5px; width:40px;}
   .yd-rukou-erweima:hover .yd-rukou-erweima-img{display: block;}
   .yd-rukou-erweima-img { display: none; position: absolute;z-index: 1000; width: 105px; height: 114px; margin-left: -40px; margin-top: -15px;}
   .yd-rukou-erweima-img img { width: 100%; height: 100%;}
   
}
/*大于992px以上固定宽度为970px md >= 992px */






/*全部-banner*/
.contact-banner{
    position: relative;
    overflow:hidden;
    padding:0;
    background:-webkit-linear-gradient(top,#0076d1,#5db8ff);
    background:-moz-linear-gradient(top,#0076d1,#5db8ff);
    background:-o-linear-gradient(top,#0076d1,#5db8ff);
    background:-ms-linear-gradient(top,#0076d1,#5db8ff);
}
.contact-banner .waves{
    position: absolute;
    height: 100%;
}
.contact-banner-box{
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.contact-banner-box h2{
    display: block;
    max-width: 10em;
    margin: 0px auto;
    line-height: 2em;
    border-bottom: 2px solid #fff;
    color: #f5f5f5;
}

.contact-banner-box h4{
    color: #f1f1f1;
}

.contact-banner-box .btn{
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}
/*全部-banner*/

/*全部-页脚footer*/
#footer{
    padding: 0;
    background-color: #272727;
}

/*全部-页脚footer*/
/*全部-移动端页脚*/
#mob-bottom{
    width: 100%;
    /*max-height: 64px;*/
    text-align: center;
    z-index: 1000;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    bottom: 0;
    border-top: 2px solid #0ba1e4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#mob-bottom .mob-bottom-item a{
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
    color: #616161;
    text-align: center;
    line-height: 1.5em;
    font-size: 12px;
}
#mob-bottom .mob-bottom-item a:hover{
    text-decoration: none;
}
#mob-bottom .mob-bottom-item a img{
    max-width: 28px;
}
/*全部-移动端页脚*/

/**********  所有页面都要共用的样式  **********/
/*首页-行板块*/
.index-row:nth-child(even) {background: #f4f4f4 !important;}
.index-row{
  padding: 0 0 30px 0;
}
.index-row .main-title{
    text-align: center;
   /* margin-bottom: 30px;*/
}
.index-row .main-title .h1 {font-size: 30px; color: #3d434c;text-align: left; margin: 30px 0; }
.index-row .main-title .h1 span {float: right;}
.index-row .main-title .h1 span a{ color: #aaa6bf; font-size: 22px; d}

/*首页-行板块*/



/*所有子页面的中间主体部分*/
.main-container{
    margin: 0 0 30px 0;
}
/*所有子页面的中间主体部分*/

*{ margin: 0; padding: 0;}
/*平板小屏幕样式 768px <= sm < 992px */
/** 清除内外边距 **/




.yd-nav li {position: relative;}
.yd-collapse { background: #1d2088;}
.yd-nav{ margin: 0 auto; float: none;}
@media (min-width: 992px){
	.yd-slide { margin-top: 112px;}
.yd-top { height: 60px;}
.navbar-brand {padding: 1px 0 0 0;}

.yd-nav li:hover .yd-nav-div{display: block;}
.yd-nav-div { position: absolute; width: 100%; background: #393db2; display: none; padding: 10px 0 ;}
.yd-nav-div li {height: 35px; line-height: 35px;}
.yd-nav-div li a {font-size: 16px; color:#c2c3e3; display: block; text-align: center;}
.yd-nav-div li a:hover{ color: #ffffff; background: #1d2088;}
.yd-nav-div li:hover{ border: none;}
.footer-bottom-logo {height: 175px;float: left; width: 260px;  background: url(../img/footerlogo.png) center no-repeat;}
.footer-bottom-xian { height: 60px; width: 1px; float: left; margin-top: 65px; background: #505050;}
.footer-bottom-xinxi {width: 650px; color: #8e8e8e; float: left; padding-left: 20px; margin-top: 65px;}
.footer-bottom-erweima { float: right; margin-right: 10px;}


.footer-bottom-xinxi-y { width: 100%;}
.footer-bottom-xinxi-y div { float: left;}
.yd-two-daohang { margin-top: 112px;}



.yd-two-daohang-li-right { margin-left: 250px;    margin-top: 55px;}
.yd-two-daohang-li-right li{float: left; height: 45px; width: 110px; text-align: center; line-height: 45px; background: #1d2088; margin-right: 10px; cursor: pointer; font-size: 16px;}
.yd-two-daohang-li-right li.active {background: #ff8c35;}
.yd-two-daohang-li-right li a{ color: #FFFFFF;}
.yd-lianxius-left { width: 207px; height: 207px;float: left;}
.yd-lianxius-left img {width: 100%; height: 100%;}
.yd-lianxius-right { margin-left: 244px; font-size: 18px;}
.yd-lianxius-right p {line-height: 35px;}

}
.clearboth {clear: both;}
.yd-news { cursor: pointer;}
.yd-news-img { width: 100%;}
.yd-news-img img{ width: 100%; min-height: 277px;}
.yd-news-title {color:#010009;font-size: 16px; margin-top: 17px; margin-bottom: 10px; width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.yd-news-jian {color: #999999; font-size: 14px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.yd-gongcheng {cursor: pointer;}
.yd-gongcheng-div .col-sm-3{ padding-bottom: 10px;}
/*.yd-gongcheng:hover .yd-gongcheng-tc {display: block;}*/
.yd-gongcheng-tc {display: block; cursor: pointer; height: 45px; margin-top: -45px; line-height: 45px; width: 100%;}
.yd-gongcheng-tc-yy { /*width: 100%; height: 45px; position: absolute; z-index: 10; background: #000000;opacity:0.4;
filter:alpha(opacity=40);*/}
.yd-gongcheng-tc-title { z-index: 11; width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color: #FFFFFF; text-align:center;background: #000000;opacity:0.6;filter:alpha(opacity=60);}
.yd-gongcheng-img img{ width: 100%; min-height: 254px;}
.footer-top { width: 100%; border-bottom: #606060 1px solid; height: auto;}
.footer-top li { float: left;}
.footer-top li a { height: 60px; line-height: 60px; padding: 0 30px; color: #ffffff; display: block;}
.footer-top li a:hover { color: #d3dbff;}
.yd-hd a{ cursor: pointer; height: 60px; width: 60px; float: right; background: url(../img/huidaodingbu.png) center no-repeat;}
.footer-bottom-erweima-img { padding-top: 22px;}
.footer-bottom-erweima-title { color: #ffffff;width: 100%; text-align: center; line-height: 45px;}
.video-js .vjs-big-play-button { top: 50% !important;left: 50% !important;margin-top: -0.75em; margin-left:-1.5em;}
.yd-two-daohang { height: 320px;}
.yd-two-guanyuyaoxia { width: 100%; background: url(../img/nei-nav.jpg) no-repeat center;}
.yd-two-daohang-div { height: 100%;min-height: 320px;}
.yd-two-daohang-li{ height: 100%; margin-top: -100px;}
.yd-two-daohang-li-left {float: left; width: 245px; height: 100px; position: relative;}
.yd-two-daohang-li-left-yy {  position: absolute; width: 100%; height: 100%;background: #1d2088;  filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.yd-two-daohang-li-left-t { padding-left: 75px; padding-top: 27px; position: absolute;left: 0;top: 0;color: #FFFFFF; font-size: 24px;}

.yd-con {display: none; width: 100%;}
.yd-con.active{display: inline-block;}
.yd-con-div-img { float: left; margin: 10px;}
.yd-con-div-text { /*float: left;*/}
.yd-con-div-text p { line-height: 35px; font-size: 15px; color: #333333; margin-bottom: 35px;}
.yd-con-title { height: 20px; border-left: #3f2d8a 3px solid; line-height: 20px; padding-left: 15px; margin: 30px 0; font-size: 20px; color: #020000;}
.footer-bottom-er { width: 100%; line-height: 68px; text-align: center; color: #8e8e8e; font-size: 14px;}

.yd-con-div { width: 100%;}
.yd-con-div-li { width: 100%;}
.yd-con-div-li li { height:109px; width: 100%; padding-top: 27px; border-bottom: #dedbdb 1px dashed;}
.yd-con-div-li li a:hover .yd-con-div-li-news-right-top { color: #3f2d8a;}
.yd-con-div-li-news-left {float: left; width: 60px; height: 60px; background: #3f2d8a; color: #FFFFFF; text-align: center;}
.yd-con-div-li-news-left-top { font-size: 30px; line-height: 42px;}
.yd-con-div-li-news-left-bottom { font-size: 13px;}
.yd-con-div-li-news-right { margin-left: 90px;}
.yd-con-div-li-news-right-top{ font-size: 18px; line-height: 35px; color: #333333;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; min-width:290px;}
.yd-con-div-li-news-right-bottom{ font-size: 14px; color: #999999;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.yd-con-div-li-img { width: 100%;}
.yd-con-div-li-img li { min-height:259px; width: 100%; padding-top: 27px; border-bottom: #dedbdb 1px dashed;}
.yd-con-div-li-img li a:hover .yd-con-div-li-news-right-top { color: #3f2d8a;}

.yd-con-div-li-imgnews-right {}
.yd-con-div-li-newsimg-right-bottom{ line-height:28px;font-size: 14px; color: #999999;}

.yd-con-div-li-newsimg-left {float: left; width:300px; height:180px; color: #FFFFFF; text-align: center;}
.yd-con-div-li-newsimg-left img {width:250px; height:150px;  border: #79a7f4 1px solid; padding:5px;color: #FFFFFF; text-align: center;}
.yd-con-pagination { width: 100%; text-align: center;margin: 30px 0;display: inline-block;}
.yd-con-pagination ul {display: inherit;}
.yd-con-pagination li { float: left;height: 32px; line-height: 32px;  }
.yd-con-pagination li  a {height: 32px; line-height: 32px; display: block; background: #e8e8f4; color:#000;font-size: 14px; padding: 0 13px;border: #a4a5ce 1px solid; margin: 0 5px;}
.yd-con-pagination li  a.active { color: #FFFFFF;background: #0d107b; border: #0d107b 1px solid;}
.yd-con-pagination li input { height: 32px; width: 60px;}
.yd-con-pagination li  a.huise { background:#f5f5f5; color: #999999; border: #dbdbdb 1px solid;}
.yd-con-newsneirong-weizhi { margin: 30px 0; display: inline-block;}
.yd-con-newsneirong-weizhi li { float: left;}
.yd-con-newsneirong-weizhi li a { margin: 0 5px; color: #020000;}
.yd-con-newsneirong-title{ font-size: 22px; color: #000000; font-weight: bold; text-align: center;line-height:25px;height:50px;}
.yd-con-newsneirong-xinxi { text-align: center; font-size: 14px; color: #999999;height:30px;}
.yd-con-newsneirong-zhengwen {margin-top:30px;margin-bottom: 60px;}
.yd-con-newsneirong-zhengwen img{text-align:center;}
.yd-con-newsneirong-zhengwen p,.yd-con-newsneirong-zhengwen div{ color: #020000; line-height: 31px;/*text-indent:28px;*/}
.yd-con-img-li { text-align: center; font-size: 16px; line-height: 43px;}
.yd-con-img-li li { margin: 15px 0;height: 530px;overflow: hidden;}
.yd-con-img-li li h5{font-size:18px; line-height:36px; border-bottom:1px dashed #ddd; margin-bottom:10px; padding-bottom:5px;}
.yd-con-img-li p { font-size:14px; text-align:left; line-height:26px; color:#666; margin-bottom:15px;}
.yd-con-img-li li a {padding: 7px; display: block;  border: #79a7f4 1px solid; color: #000000;/*备用颜色：d7d5e0*/}
.yd-con-img-li img { width: 100%; min-height: 298px;}
.yd-con-img-li li a:hover {/*border: #79a7f4 1px solid; margin-top: -10px; margin-bottom: 10px; color: #1d2088;box-shadow: 0px 0px 15px 0px #79a7f4;*/}
.yd-lianxius-map  { width: 100%; height: 400px;border:#ccc solid 1px; margin: 50px 0;}
.yd-hot {
   
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-width: 2px;
    border-color: #e6e5e6;
    border-top-color: #1f5da4;
}
   .yd-hot-box{
	
	border-style: solid;
	border-color: #fff;
}

.yd-hot-left { width: 30px; margin-top: 18px; padding: 5px; float: left; font-size: 18px;background: #1f5da4; font-weight: bold; line-height: 22px; text-align: center;}
.yd-hot-left a {color: #FFFFFF;}
.yd-hot-right { margin-left: 40px;}
.yd-hot-right-title { font-size: 36px; text-align: center; line-height: 80px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.yd-hot-right-title a { color: #1f5da4;}
.yd-hot-right-box li{ line-height: 40px; padding: 0 15px; text-align: center;}
.yd-hot-right-box li a { color: #000; display: block;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
#pages{ line-height:32px; padding:10px 0 0; width: 100%; text-align: center;margin: 30px 0;display: inline-block;}
#pages span.current,.pages a:hover{ color:#fff; font-weight:bold;  background-color:#d7d5e0; border-color:#d7d5e0; padding:0 12px;}
#pages a{background-color:#e8e8f4; margin-right:5px; display:inline-block; border:1px solid #a4a5ce; color:#000; padding:0 12px;}
#pages a:hover{border: #cfcae2 1px solid;  color: #1d2088;box-shadow: 0px 0px 15px 0px #cfcae2;}
#pages span{background-color:#0d107b; margin-right:5px; display:inline-block; border:1px solid #0d107b; color:#fff; padding:0 12px;}
#pages input{width:60px; border:1px solid #d3d3d3; height:32px; line-height:32px; text-align:center; vertical-align:middle;}

.job-table{border-collapse:collapse;}
.job-table th{height:36px; background-color:#d4d5d7; text-align:center; border-left:1px solid #fff; color:#1d2088}
.job-table td{height:44px; border-bottom:1px dashed #cacacc; text-align:center; padding:0 15px;}
.but-apply{ border:1px solid #1d2088; border-radius:4px; height:28px;  width:72px; color:#1d2088; background-color:#fff;}
.but-apply:hover{background-color:#e1e1f0;}
.but-apply-in{width:100%;text-align:left; margin-top:20px;}
.but-apply-in input{ border-radius:4px; height:44px !important;  width:160px; color:#fff; background-color:#1d2088; border:none;}
.but-apply-in input:hover{background-color:#282b9d;}

.apply-table{border-collapse:collapse;}
.apply-table td{padding:7px}
.apply-table td input{height:34px; padding:0 5px; border:1px solid #dddddd;}
.apply-table td select{height:34px; padding:0 5px; border:1px solid #dddddd;}
.apply-table td textarea{height:100px; padding:5px; border:1px solid #dddddd; line-height:28px;}

.formguide{width:100%;}
.formguide ul{}
.formguide ul li{float:left;width:33%;line-height:30px;margin:5px 0;}
.formguide ul li span{width:100px;float:left;}
.input-text{ height: 36px;
    padding: 0 5px;
    border: 1px solid #dddddd;
	width:200px;
	}
.form-control{width:200px;float:left;}

.global-form-img-ul li {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
	position: relative;
	cursor: pointer !important;
	margin-bottom: 16px;
}

.global-form-img-ul li.btn {
	background: url("../images/file-btn.png") no-repeat center;
	padding: 0;
	float: left;
}

.global-form-img-ul li.btn #fileImg {
	opacity: 0;
	width: 100%;
	height: 100%

}

.global-form-img-ul li .del-img {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/del-img.png") no-repeat center;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 21
}
.form-horizontal .form-group{
	margin-right: 0;
	margin-left: 0;
}

.global-form-img-ul li img {
	width: 100%;
	height: 100%
}